M28: Pull out CONFIG_APBH_DMA so it's always enabled
authorMarek Vasut <[email protected]>
Sun, 8 Apr 2012 17:09:06 +0000 (17:09 +0000)
committerAlbert ARIBAUD <[email protected]>
Mon, 16 Apr 2012 12:53:59 +0000 (14:53 +0200)
The ABPH DMA is now used also by the SD card. Therefore it has to be enabled
even if NAND is disabled.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Detlev Zundel <[email protected]>
Cc: Fabio Estevam <[email protected]>
include/configs/m28evk.h

index 4df013cf1c89b3a5c7e70b23143340d793e31201..012381a500a4ea029133ef5c878979ee2d9985b6 100644 (file)
 #define        CONFIG_MXS_MMC
 #endif
 
+/*
+ * APBH DMA
+ */
+#define CONFIG_APBH_DMA
+
 /*
  * NAND
  */
 #define        CONFIG_ENV_SIZE                 (16 * 1024)
 #ifdef CONFIG_CMD_NAND
 #define        CONFIG_NAND_MXS
-#define CONFIG_APBH_DMA
 #define        CONFIG_SYS_MAX_NAND_DEVICE      1
 #define        CONFIG_SYS_NAND_BASE            0x60000000
 #define        CONFIG_SYS_NAND_5_ADDR_CYCLE